summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-08 15:05:48 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-09 12:45:29 +0200
commitc396ffe031be0221eb77da5e8937339ae925a627 (patch)
treeb37df3ffe445d994ec461834d4021dd50f1d6d38
parent8565d5a2f72a62023ad26bc85e68682d6d673663 (diff)
Truncate-line in helm-top when showing action buffer in same window.
* helm-sys.el (helm-top): Do it.
-rw-r--r--helm-sys.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-sys.el b/helm-sys.el
index f773ed26..0d721ec1 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -421,7 +421,8 @@ Show actions only on line starting by a PID."
(helm :sources 'helm-source-top
:buffer "*helm top*" :full-frame t
:candidate-number-limit 9999
- :preselect "^\\s-*[0-9]+")
+ :preselect "^\\s-*[0-9]+"
+ :truncate-lines helm-show-action-window-same-window)
(remove-hook 'helm-after-update-hook 'helm-top--skip-top-line))))
;;;###autoload