Skip to content

Instantly share code, notes, and snippets.

@lee2sman
Created May 27, 2017 21:57
Show Gist options
  • Save lee2sman/658ace887a672675d29727f9f9029f04 to your computer and use it in GitHub Desktop.
Save lee2sman/658ace887a672675d29727f9f9029f04 to your computer and use it in GitHub Desktop.
Sets up screen for roguelikes on PocketCHIP / tiny screen
# Use on PocketCHIP computer for Roguelikes (and other curses apps that may need it)
# resizes text rows/columns and fontsize
echo "Readying Rogue...Type exit after quitting to return to terminal"
sleep 2
urxvt +sb -b 0 -w 0 -fn 6x10
# if not installed, sudo apt-get install rxvt-unicode
# this removes scrollbars from side and changes font size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment