Skip to content

Instantly share code, notes, and snippets.

@gr33n7007h

gr33n7007h/nc.rb Secret

Created October 16, 2018 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gr33n7007h/6527ec056df887f3c55beaea5c2a05ac to your computer and use it in GitHub Desktop.
Save gr33n7007h/6527ec056df887f3c55beaea5c2a05ac to your computer and use it in GitHub Desktop.
ncurses
#!/usr/bin/env ruby
require 'ncurses'
Ncurses.initscr
Ncurses.addstr(" ┘ ┐ ┌ └ ┼ ⎺ ⎻ ─ ⎼ ⎽ ├ ┤ ┴ ┬ │")
Ncurses.getch
Ncurses.endwin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment