Introduction
Introduction Statistics Contact Development Disclaimer Help
tterm: reset terminal attributes in term_init() - neatvi - [fork] simple vi-typ…
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit 733ab28c663f58da7672046120e7cb1745c8fe79
parent e7c90ca9615b1a90035d3b607ca09cb2a538fcd5
Author: Ali Gholami Rudi <[email protected]>
Date: Mon, 15 Jun 2015 20:05:05 +0430
tterm: reset terminal attributes in term_init()
Reported by Christian Neukirchen <[email protected]>.
Diffstat:
M term.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/term.c b/term.c
t@@ -31,6 +31,7 @@ void term_init(void)
}
cols = cols ? cols : 80;
rows = rows ? rows : 25;
+ term_str("\33[m");
}
void term_done(void)
You are viewing proxied material from mx1.adamsgaard.dk. 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.