Reset attributes to remove bold style and adding history size in prompt

This commit is contained in:
Melefo
2020-05-24 20:58:21 +02:00
parent 95333aae3e
commit 8513c9c9a0
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ int buffer_get_display_pos(buffer_t *buffer);
int self_insert_command(int key, buffer_t *buffer, env_t *env);
int newline_command(int key, buffer_t *buffer, env_t *env);
int eof_command(int key, buffer_t *buffer, env_t *env);
int history_size(history_t *hist);
int backward_delete_char_command(int key, buffer_t *buffer, env_t *env);
int delete_char_command(int key, buffer_t *buffer, env_t *env);