Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created August 7, 2012 01:13
Show Gist options
  • Select an option

  • Save saitoha/3280345 to your computer and use it in GitHub Desktop.

Select an option

Save saitoha/3280345 to your computer and use it in GitHub Desktop.
Fix for Terminal.app's autowrap & scroll issue (for less [+ tmux])
#!/bin/sh
infocmp -1|sed -e '/am,$/d' > /tmp/$TERM
tic -o ~/.terminfo/ /tmp/$TERM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment