@@ -1419,23 +1419,23 @@ def set_text(self, parent, *args):
1419
1419
),
1420
1420
1421
1421
'M_SCHEDULE_EDIT_HELP' : ('Schedule Editor Help' ,
1422
- r'''Tab|, |L| / |Sh-Tab|, |H |*| Go to next / previous field.
1423
- j|, |Up| / |k|, |Down |*| Go to next / previous field vertivally.
1424
- |*| Go to next / previous field (when
1425
- |*| applicable). Also, change counter value.
1426
- Space |*| Toggle check buttons.
1427
- n |*| Set current date and time to section.
1428
- 0|-|9 |*| Add hours to |Start| or |Stop| section.
1429
- t| / |f |*| Copy date/time |t|o/|f|rom complementary field.
1430
- i |*| Validate entry and show dates.
1431
- Enter |*| Perform search / cancel (on push buttons).
1432
- s |*| Perform search (not on Line editor).
1433
- Esc |*| Cancel operation.
1422
+ r'''Tab|, |L| / |Sh-Tab|, |H |*|Go to next / previous field.
1423
+ j|, |Up| / |k|, |Down |*|Go to next / previous field vertivally.
1424
+ |*|Go to next / previous field (when
1425
+ |*|applicable). Also, change counter value.
1426
+ Space |*|Toggle check buttons.
1427
+ n |*|Set current date and time to section.
1428
+ 0|-|9 |*|Add hours to |Start| or |Stop| section.
1429
+ t| / |f |*|Copy date/time |t|o/|f|rom complementary field.
1430
+ i |*|Validate entry and show dates.
1431
+ Enter |*|Perform search / cancel (on push buttons).
1432
+ s |*|Perform search (not on Line editor).
1433
+ Esc |*|Cancel operation.
1434
1434
1435
1435
%Global functions
1436
- -|/|+| or |,|/|. |*| Change volume.
1437
- m| / |v |*| |M|ute player / Save |v|olume (not in vlc).
1438
- W| / |w |*| Toggle title log / like a station'''
1436
+ -|/|+| or |,|/|. |*|Change volume.
1437
+ m| / |v |*||M|ute player / Save |v|olume (not in vlc).
1438
+ W| / |w |*|Toggle title log / like a station'''
1439
1439
),
1440
1440
1441
1441
}
@@ -1819,6 +1819,7 @@ def _echo_line(self, Y, X, formated, reverse=False):
1819
1819
else :
1820
1820
if l :
1821
1821
self ._pad .addstr (l .replace ('_' , ' ' ), col )
1822
+ # logger.error('adding: "{}"'.format(l))
1822
1823
1823
1824
def _populate_pad (self , l ):
1824
1825
self ._pad .erase ()
0 commit comments