`ansi-terminal` how to get cursor position in Haskell -


the ansi-terminal library wonderful little library allows move cursor around , stuff (without stuff ncurses based stuff imposes.) problem doesn't provide way position of cursor. anyway, uses or compatible rest of library, that. know 1 way track cursor everywhere goes, want allow outside putstrs , such.

according wikipedia, dsr terminal command should position, , there commands save , restore position. don't know why ansi-terminal not support these; perhaps should file bug report.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -