Recent content by bonbonbaron

  1. B

    "set horizontal-scroll-mode On" in /etc/inputrc doesn't work for Bash

    Hi all, I want the input associated with my bash script to be in horizontal scrolling mode. I've done plenty of research and have tried the following: Put "set horizontal-scroll-mode On" in /etc/inputrc, export INPUTRC="/etc/inputrc", and put "set -o vi" and "bind -f /etc/inputrc" at the top...
  2. B

    Prevent program output from printing over what I'm currently typing

    Hi all. This is something I've been struggling with for the past couple days: Preventing netcat's incoming text from printing over the text I'm currently typing. I wrote a basic client/server application (nc [ip address] [port #] on one side, and nc -l [port #] on the other). Anytime nc spits...
Top