[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#3191: reset(1) doesn't bring an xterm out of alt charset mode



Package: ncurses
Version: 1.9.9e-1

I noticed that reset(1) doesn't reset an xterm from alternate
character set mode.  Some checking turned up the following:

bash# infocmp xterm | grep is
	is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H,
bash# infocmp xterm | grep rs
	rs1=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7,

Adding a \Ec to these initialization strings would fix this, I think.

mitchell@mdd.comm.mot.com (Bill Mitchell)



Reply to: