1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-14 22:46:35 +01:00

a few fixes

This commit is contained in:
Jfreegman
2014-03-26 05:52:21 -04:00
parent f6db888808
commit c218e104e7
3 changed files with 7 additions and 7 deletions

View File

@@ -55,8 +55,7 @@ struct history {
uint32_t start_id; /* keeps track of where line_start should be when at bottom of history */
uint32_t line_items;
bool scroll_mode;
int y;
int old_y;
uint8_t queue; /* keeps track of lines added between window refreshes */
};
/* adds a line to history (also moves line_start and/or line_root forward if necessary) */