mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-01-22 06:07:33 -06:00
whitespace
This commit is contained in:
parent
f743d4b2dc
commit
0cd408512a
2 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,6 @@ proc bbEcho*(args: varargs[string, `$`]) {.sideEffect.} =
|
||||||
for x in args:
|
for x in args:
|
||||||
stdout.write(x.bb)
|
stdout.write(x.bb)
|
||||||
stdout.write('\n')
|
stdout.write('\n')
|
||||||
|
|
||||||
stdout.flushFile
|
stdout.flushFile
|
||||||
|
|
||||||
when isMainModule:
|
when isMainModule:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import std/tables
|
import std/tables
|
||||||
export tables
|
export tables
|
||||||
|
|
||||||
|
|
||||||
const
|
const
|
||||||
bbReset* = "\e[0m"
|
bbReset* = "\e[0m"
|
||||||
bbStyles* = {
|
bbStyles* = {
|
||||||
|
|
Loading…
Reference in a new issue