1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 08:36:44 +02:00

add line kill and discard ability

This commit is contained in:
Jfreegman
2013-12-05 22:55:14 -05:00
parent 2ad238d69f
commit 7a14845790
7 changed files with 76 additions and 14 deletions

View File

@ -5,7 +5,7 @@
#ifndef PROMPT_H_UZYGWFFL
#define PROMPT_H_UZYGWFFL
#define X_OFST 2 /* offset to account for prompt "# " */
#define X_OFST 2 /* offset to account for prompt char */
ToxWindow new_prompt(void);
void prompt_init_statusbar(ToxWindow *self, Tox *m);