1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 20:26:44 +02:00

few fixes

This commit is contained in:
Jfreegman
2014-03-25 21:43:49 -04:00
parent 3baa830afb
commit 29b549e677
5 changed files with 39 additions and 20 deletions

View File

@ -189,7 +189,6 @@ struct ChatContext {
/* specific for prompt */
bool at_bottom; /* true if line end is at bottom of window */
int orig_y; /* y axis point of line origin */
bool scroll; /* used for prompt window hack to determine when to scroll down */
};
/* Start file transfer code */