diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-27 08:31:24 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-27 08:31:24 +0100 |
commit | a99759398841d86928c7ad4d8248f907765cbeb2 (patch) | |
tree | 5adb05a273e0532be2665e8ae95a8b4042809213 /gramscii.h | |
parent | b38ed132a7df231fc08ce384d8559e6648fdd0cc (diff) |
add crop-to-visible function (C)
Diffstat (limited to 'gramscii.h')
-rw-r--r-- | gramscii.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ void erase_line(int i); void erase_screen(); void go_to(int where); void crop_to_nonblank(); +void erase_blank_lines(int y1, int y2); /** drawing-related functions **/ int change_style(char c); |