]> git.armaanb.net Git - st.git/commit
Fix SI and SO
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 8 Oct 2014 08:30:20 +0000 (10:30 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 8 Oct 2014 09:28:54 +0000 (11:28 +0200)
commit0c8feecbf74674132070169986802c75dd49d688
tree4e7e477077c1734e421c9c97a880e5c92a98e834
parenta7eef8f230bcf72a85af68fc9a08ca94e52ca18d
Fix SI and SO

SI (0x0F or ^O) means Shift In, and it selects G1 charset definition,
and SO (0x0E or ^N) means Shift Out, and it selects G0 charset
definition, but st was doing just the inverse.
st.c