pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/sfeed_curses sfeed_curses: Update to 0.9.10
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0ccebbf9d92
branches: trunk
changeset: 450483:e0ccebbf9d92
user: leot <leot%pkgsrc.org@localhost>
date: Sat Apr 17 11:14:04 2021 +0000
description:
sfeed_curses: Update to 0.9.10
Changes:
0.9.10
------
* Fix a possible memory leak when used with ncurses and when resizing the
window. The terminal was reinitalized using setupterm() which would leak memory
and it is also very inefficient to do so, because it rereads the terminfo
entries.
* Fix a possible memory leak when used with ncurses and when exiting from an
interactive program and restoring the terminal for sfeed_curses.
* Fix an issue when the sidebar would be > 256 columns long the text on the row
would not be displayed. Especially noticable in the monocle and horizontal
layout in fullscreen on bigger screens.
* Fix a silent truncation which would make searching on titles with > 1024
bytes not work on these truncated bytes.
* Fix right-click plumb not respecting the environment variable
$SFEED_PLUMB_INTERACTIVE flag (but the keybinds did).
* Fix drawing/updating of the initial items scrollbar when switching to the
monocle layout.
* Fix to restore the terminal state more gracefully when it could not be
correctly initialized (for example with an invalid $TERM set).
* Fix for correctly decoding mouse buttons 6 and 7 (tilt scroll) using xterm
X10 decoding. These buttons were not used, but still :)
* Fix: when the pane items or scrollbar are outside the window to not draw them.
* Do not clearscreen() when the window is dirty.
This makes sure there is less flickering in xterm and urxvt, like on a window
resize or when adjusting the sidebar.
* Add the keybinds J (shift-j) and K (shift-k) to go one item up or down and
also open it for faster navigating and checking new items.
Feedback idea from Hadrien Lacour, thanks!
* Also allow scrolling when the position is exactly on the pane its scrollbar
and fix mouse button actions that don't depend on a position in a pane.
* Implement extended SGR mouse-decoding and also improve X10 mouse decoding:
* When the terminal emulator supports SGR mouse-encoding then it can
encode x, y values beyond 224 columns and rows. This is useful for big screens.
* Map the side-buttons (back, forward) to switch panes. Useful in the monocle
layout.
* Implement keymasks (shift, meta/alt, ctrl) and pass them to the function
mousereport().
* Improve resizing the sidebar:
* Avoid unnecessary redraws in some (rare) cases.
* Clamp the minimal and maximum value when adjusting the sidebar size
depending on the layout. This also fixes an issue in horizontal layout mode
when the sidebar is 1 column high. It would require 2 keypresses (instead of 1)
to increase the sidebar. This was an injustice to the fingers.
* After toggling showing new feeds or when reloading feeds try to select the
same feed again.
* Code-style improvements, typofixes and minor documentation improvements.
diffstat:
news/sfeed_curses/Makefile | 4 ++--
news/sfeed_curses/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 816a5dedddd9 -r e0ccebbf9d92 news/sfeed_curses/Makefile
--- a/news/sfeed_curses/Makefile Sat Apr 17 11:07:14 2021 +0000
+++ b/news/sfeed_curses/Makefile Sat Apr 17 11:14:04 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/03/14 14:21:06 leot Exp $
+# $NetBSD: Makefile,v 1.12 2021/04/17 11:14:04 leot Exp $
-DISTNAME= sfeed_curses-0.9.9
+DISTNAME= sfeed_curses-0.9.10
CATEGORIES= news
MASTER_SITES= https://codemadness.org/releases/sfeed_curses/
diff -r 816a5dedddd9 -r e0ccebbf9d92 news/sfeed_curses/distinfo
--- a/news/sfeed_curses/distinfo Sat Apr 17 11:07:14 2021 +0000
+++ b/news/sfeed_curses/distinfo Sat Apr 17 11:14:04 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/03/14 14:21:06 leot Exp $
+$NetBSD: distinfo,v 1.11 2021/04/17 11:14:04 leot Exp $
-SHA1 (sfeed_curses-0.9.9.tar.gz) = 3f5b224d40d49634a7d3c9a0844f6235c4832266
-RMD160 (sfeed_curses-0.9.9.tar.gz) = 8d3b0fc6554504ebc5e5ba0850183ed2220b956b
-SHA512 (sfeed_curses-0.9.9.tar.gz) = a3bef9f4bb6b5bf5a28dd46e9f5d7adeb7ffd922941a426d96fba74962ca110838c216e3b2298bd6d2beddda4b49c70d378594e9f1864eec9298d541a05b2a5c
-Size (sfeed_curses-0.9.9.tar.gz) = 21398 bytes
+SHA1 (sfeed_curses-0.9.10.tar.gz) = e57b2424921fa637a4c144f2eb26537619febb4c
+RMD160 (sfeed_curses-0.9.10.tar.gz) = a999a684626a7a245507acf475fea1183907f07f
+SHA512 (sfeed_curses-0.9.10.tar.gz) = fd377cb6302a463f4e9e8ed96aaf5be63e1896dc65688bb107f2df7dc200c466848c8119aa0f15c09bab4dfefae734a2d705ff0ef0fe19d7878ded429685bbd6
+Size (sfeed_curses-0.9.10.tar.gz) = 22437 bytes
Home |
Main Index |
Thread Index |
Old Index