PasteRack.org
Paste # 84569
2014-11-26 15:58:22

Fork as a new paste.

Paste viewed 33 times.


Embed:

Escape Codes

  1. #lang racket
  2.  
  3. (with-input-from-string ""
  4.   (lambda ()
  5.     (display "\x1b[6n")
  6.     (define x (read-line))
  7.     x
  8.     x))

=>



#<eof>