Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #4621

Closed
Open
Opened Dec 01, 2011 by twilde@twilde

Minor help text tweak

The help text for "enter" on the connection panel was incorrect, I've pushed a proposed fix to the timhack branch on git://github.com/twilde/arm.git, simple one-line patch against master HEAD also inlined below in git format-patch style, not sure which is easier. :)


src/cli/connections/connPanel.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cli/connections/connPanel.py b/src/cli/connections/connPanel.py index 9745176..3a8a07c 100644 --- a/src/cli/connections/connPanel.py +++ b/src/cli/connections/connPanel.py @@ -308,7 +308,7 @@ class ConnectionPanel(panel.Panel, threading.Thread): options.append(("down arrow", "scroll down a line", None)) options.append(("page up", "scroll up a page", None)) options.append(("page down", "scroll down a page", None))

  • options.append(("enter", "edit configuration option", None))
  • options.append(("enter", "toggle connection details", None)) options.append(("d", "raw consensus descriptor", None))

    if self.isClientsAllowed(): --

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#4621