SHA256
1
0
forked from pool/bottom
bottom/cargo_config
Martin Hauke 239981975d Accepting request 892926 from home:mnhauke
- Update to version 0.6.1
  * Fine-grained kill signals - bottom defaulted to kill -15, but
    now, on Unix-based systems, you can directly choose which kill
    signal you want.
  * You can disable this feature if you want with the
    --disable_advanced_kill flag or config option, which will
    instead revert to the older style with just two options.
  * Scroll position indicator using --show_table_scroll_position.
  * Added Nord colour schemes. This can be enabled either in the
    config file or command line with color=nord or color=nord-light.
  * Add Ctrl-w and Ctrl-h shortcuts in search in order to delete a
    word or a character respectively.
  * Added mouse support for sorting process columns:
  * Added users as a column in the process widget.

OBS-URL: https://build.opensuse.org/request/show/892926
OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=13
2021-05-17 15:43:30 +00:00

5 lines
100 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"