torproject / nyx

Command-line monitor for Tor.

Home Page:https://nyx.torproject.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum Character Input in Config Tab

kesenwang opened this issue · comments

commented

Hi there. Is there a way to increase the maximum allowed characters in the config tab? Seems like the max is currently 85 and the pasted value is getting cut off.

Hi Kesen, sorry for the delay. I lost access to GitHub when my phone broke.

Nyx doesn't have a hard coded character limit. Curses limits the number of enterable characters to your terminal size so unfortunately my hands are tied. Patches welcome if you find a workaround.

https://gitweb.torproject.org/nyx.git/tree/nyx/curses.py#n244