Created
May 27, 2017 21:57
-
-
Save lee2sman/658ace887a672675d29727f9f9029f04 to your computer and use it in GitHub Desktop.
Sets up screen for roguelikes on PocketCHIP / tiny screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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