JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add eschandle()
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 20 Aug 2014 07:56:24 +0000 (09:56 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 20 Aug 2014 19:52:33 +0000 (21:52 +0200)
commite5f6736ee0a0f29a14afec5494a5b3f204cedc1c
tree5543bea5ce26bc67808f911f3785e94b5f909cc4
parenta3549c2eecf12b3453e6c86ba1721e7837f23746
Add eschandle()

We already have a csihandle() function, where is located code about
CSI sequences, so it is logical do the same with ESC sequences.
This change helps to simplify tcontrol(), which has a complex flow
and should be rewritten.
st.c