patch-hangups_ui_main_.py - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
patch-hangups_ui_main_.py
---
1 $NetBSD$
2
3 Reduce some noise for the prompt.
4
5 --- hangups/ui/__main__.py.orig 2017-01-11 04:02:37.000000000 +0000
6 +++ hangups/ui/__main__.py
7 @@ -728,7 +728,7 @@ class ConversationWidget(urwid.WidgetWra
8 ('weight', 1, self._list_box),
9 ('pack', self._status_widget),
10 ('pack', ReturnableEdit(self._on_return, keybindings,
11 - caption='Send message: ')),
12 + caption='> ')),
13 ])
14 # focus the edit widget by default
15 self._widget.focus_position = 2