This commit is contained in:
Kartik K. Agaram 2021-12-16 02:52:52 -08:00
parent 7c1b9d0b91
commit 5872a7be09
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,8 @@
> local key = curses.getch()
> -- process key here
>end
- init_colors:
- __teliva_timestamp: original
init_colors:
>function init_colors()
> for i=0,7 do
> curses.init_pair(i, i, -1)
@ -56,7 +57,6 @@
> curses.init_pair(14, 7, 6)
> curses.init_pair(15, -1, 15)
>end
__teliva_timestamp: original
- main:
>function main()
> init_colors()