Introduction
Introduction Statistics Contact Development Disclaimer Help
set default history length to 5 - lchat - A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log
Files
Refs
README
---
commit e00ac3d799536cee5a7facf4fd5b39109377193d
parent e9128d260575a52bf5673a05bd7cda764b9fb0bf
Author: Jan Klemkow <[email protected]>
Date: Sat, 7 Nov 2015 05:07:42 +0100
set default history length to 5
Diffstat:
M lchat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lchat.c b/lchat.c
@@ -73,7 +73,7 @@ main(int argc, char *argv[])
int c;
int ch;
bool empty_line = true;
- size_t history_len = 0;
+ size_t history_len = 5;
char *prompt = ">";
size_t prompt_len = strlen(prompt);
char *dir = ".";
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.