torproject / nyx

Command-line monitor for Tor.
https://nyx.torproject.org/
GNU General Public License v3.0
113 stars 27 forks source link

Maximum Character Input in Config Tab #43

Closed ghost closed 2 years ago

ghost commented 2 years ago

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.

atagar commented 2 years ago

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