mtoyoda / sl

SL(1): Cure your bad habit of mistyping
Other
2.95k stars 427 forks source link

sl without ncurses #6

Closed Terminus-IMRC closed 9 years ago

Terminus-IMRC commented 10 years ago

How about to make sl by using only escape sequences? It must make the size of sl program smaller and makes sl without ncurses.

mtoyoda commented 10 years ago

Can you make it in a portable way? I think it is difficult to support various terminals.

Terminus-IMRC commented 10 years ago

Ah. I see. sl without ncurses will not be portable or will be redundant.

But here is my implemention of sl using only escape sequences. http://github.com/Terminus-IMRC/sl However, I think this should not be merged to your repository.

Thanks.