Open GoogleCodeExporter opened 9 years ago
also useful would be a config variable to set $TERM.
Original comment by rhdoen...@gmail.com
on 9 Mar 2011 at 3:56
Attached is my patch to solve this problem.
Please note that:
1. The modifications break the (relative) independence of the code in src/lib
from the code in src, since a line containing `#include "../fbconfig.h"' was
introduced in src/lib/shell.cpp.
2. The modifications are based on myfbterm (see issue 56), which itself is
based on fbterm 1.7. This patch applies to fbterm 1.7 nicely (just with some
offsets that can be done by patch(1) automatically).
Original comment by CasperVector
on 29 Jan 2012 at 11:02
Attachments:
I can confirm this behavior in fbterm 1.7 as well. I do not set TERM in my
.zshrc, yet it is "linux" when fbterm starts, irrespective of how I start it.
Original comment by paleh...@gmail.com
on 15 Feb 2012 at 11:29
confirmed here too
$ fbterm --version
FbTerm version 1.7
$ TERM=fbterm fbterm
$ echo $TERM
linux
Original comment by ivan.kanak
on 21 Apr 2012 at 2:00
Original issue reported on code.google.com by
internet...@agrussell.com
on 24 Jan 2011 at 5:09