diff options
author | pin <pin@pkgsrc.org> | 2022-09-11 11:36:15 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-09-11 11:36:15 +0000 |
commit | 5049c97488e2c3b0f1623b1cb5479a48210c73a8 (patch) | |
tree | d480c0acb54049bff4b23bf5797bfa1f6bc4fd6e /sysutils/xplr/patches/patch-Cargo.toml | |
parent | 8a334898df73e96d6817338643b1d942b5928be5 (diff) | |
download | pkgsrc-5049c97488e2c3b0f1623b1cb5479a48210c73a8.tar.gz |
sysutils/xplr: update to 0.19.3
v0.19.3
- Bug fixes for passing filters using the --on-load argument.
v0.19.2
- Fixed support for the following keys in input mode:
ctrl-h
ctrl-b
ctrl-f
home
end
ctrl-k
v0.19.1
- You can now access uid and gid of the file owners in the Lua API. See
column-renderer and node docs.
- The input buffer will support more readline-like keys. Also, added
"DeleteTillEnd" as another cursor based "InputOperation" option.
See tui-input v0.5.0 release.
- Fixed applying regex based filters via the CLI and $XPLR_PIPE_MSG_IN pipe.
See issue #503.
- You can use the prompt field to define input prompt for each mode, instead
of using the SetInputPrompt message. See init.lua changes.
Diffstat (limited to 'sysutils/xplr/patches/patch-Cargo.toml')
-rw-r--r-- | sysutils/xplr/patches/patch-Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/xplr/patches/patch-Cargo.toml b/sysutils/xplr/patches/patch-Cargo.toml index 742d1c503df..0f22e35203a 100644 --- a/sysutils/xplr/patches/patch-Cargo.toml +++ b/sysutils/xplr/patches/patch-Cargo.toml @@ -1,15 +1,15 @@ -$NetBSD: patch-Cargo.toml,v 1.17 2022/06/07 10:11:48 pin Exp $ +$NetBSD: patch-Cargo.toml,v 1.18 2022/09/11 11:36:15 pin Exp $ Don't pull vendored version, use pkgsrc LuaJIT2 ---- Cargo.toml.orig 2022-06-06 15:39:26.000000000 +0000 +--- Cargo.toml.orig 2022-09-11 02:46:38.000000000 +0000 +++ Cargo.toml -@@ -60,7 +60,7 @@ features = ['serde'] +@@ -63,7 +63,7 @@ features = ['serde'] [dependencies.mlua] - version = "0.7.4" + version = "0.8.3" -features = ['luajit', 'vendored', 'serialize', 'send'] +features = ['luajit', 'serialize', 'send'] [dependencies.tui-input] - version = "0.4.2" + version = "0.5.1" |