]> git.armaanb.net Git - st.git/commit
Remove ATTR_GFX and tselcs
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 29 Apr 2014 06:58:10 +0000 (08:58 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 29 Apr 2014 13:17:51 +0000 (15:17 +0200)
commit1629363f2d009a0c0d61209e4126ff09fa0e11a4
treeeebdbe5a5b31ddbf02f0b3ebf935e245806979b1
parent6b315558f8095b91988d5b305ed06e082da48889
Remove ATTR_GFX and tselcs

ATTR_GFX was used long time ago to detect when terminal was in
graphic mode. Today graphic mode is implemented using a charset
pointer, so ATTR_GFX is not needed anymore because graphic
condition can be detected directly checking if current charset
is GRAPHICS C0.
st.c