weechat-matrix/matrix
Denis Kasak 041c15e811 Be more careful when stripping newline added by pygments.
Calls rstrip() instead of cutting of the last character blindly, so
that:

1. Potentially multiple trailing whitespace of any kind will get
   stripped.
2. We don't chop off a non-whitespace character, in case pygments'
   changes.
2019-01-13 13:45:25 +01:00
..
__init__.py Start splitting up the script into different files. 2018-01-26 12:18:52 +01:00
_weechat.py tests: Add initial buffer tests. 2018-11-07 13:50:55 +01:00
bar_items.py bar_items: Dont' display own user as typing. 2018-11-29 15:54:43 +01:00
buffer.py buffer: Don't move the unread marker for the current buffer. 2018-12-10 20:10:58 +01:00
colors.py Be more careful when stripping newline added by pygments. 2019-01-13 13:45:25 +01:00
commands.py server: Add support for sending out read markers. 2018-12-03 22:28:49 +01:00
completion.py completion: Don't complete deleted devices in our own devices. 2018-10-14 11:55:02 +02:00
config.py Improve handling of code blocks. 2019-01-13 13:45:25 +01:00
globals.py server: Initial typing notice sending support. 2018-11-29 15:54:13 +01:00
server.py server: Send read markers after sending a message. 2018-12-10 20:10:36 +01:00
utf.py matrix: Style fixes and cleanup. 2018-08-29 19:42:44 +02:00
utils.py Improve handling of code blocks. 2019-01-13 13:45:25 +01:00