Fabian Homborg
9367d4ff71
Reindent functions to remove useless quotes
...
This does not include checks/function.fish because that currently
includes a "; end" in a message that indent would remove, breaking the test.
2020-03-09 19:46:43 +01:00
Mahmoud Al-Qudsi
6d80ab8d74
Rename $pid (née %self) to $fish_pid
2018-03-24 11:54:27 -05:00
Mahmoud Al-Qudsi
b236ab6e5d
Update %self references with $pid instead
2018-03-09 03:56:19 -06:00
Ivan Trubach
6066e243e0
Fixed suspend --force conditions
2018-01-19 11:23:55 +01:00
Kurtis Rader
11a60c8374
reformat all fish scripts
...
I hate doing this but I am tired of touching a fish script as part of
some change and having `make style` radically change it. Which makes
editing fish scripts more painful than it needs to be. It is time to do
a wholesale reformatting of these scripts to conform to the documented
style as implemented by the `fish_indent` program.
2016-11-27 21:27:22 -08:00
Aaron Gyes
b560daac21
suspend.fish: print help on -h, --help
2016-10-17 15:31:27 -07:00
Aaron Gyes
807dc82a75
Rename things to avoid conflicts in headers
...
Was breaking builds
* ncurses.h: can declare `char *const key_name'.
* netbsd term.h: has `newline', `lines' macros.
2016-07-01 03:57:16 -07:00
Aaron Gyes
47fbfdca3e
Add note about the zombie process
2016-07-01 02:21:13 -07:00
Aaron Gyes
772e35562a
suspend output after '\n' not printing before kill
2016-07-01 01:53:43 -07:00
Aaron Gyes
e42f593553
show 'fg' usage for suspend if not forcing
2016-07-01 01:27:03 -07:00
Aaron Gyes
9642fcb589
Update suspend docs. When used, show how to resume
...
Fixes #3154
2016-07-01 01:18:07 -07:00
Aaron Gyes
7ac32e45cb
Remove SHLVL check.
...
Fixes #3154 .
2016-06-18 22:20:18 -07:00
Aaron Gyes
e6d4ac5ee2
Decrease minimum SHLVL for suspend without --force
...
There is some discussion on #2269
2016-06-15 23:05:36 -07:00
Fabian Homborg
17c756971a
Add a shell suspend function
...
Squashed commit of the following:
commit ede9e510751497d61ff0e78fd948e901171cf6f9
Merge: 938da30
239d2a2
Author: Fabian Homborg <FHomborg@gmail.com>
Date: Thu Aug 6 18:47:43 2015 +0200
Merge branch 'suspend' of https://github.com/mwm/fish-shell into suspend
commit 239d2a28e1
Author: Mike Meyer <mwm@mired.org>
Date: Thu Aug 6 11:24:32 2015 -0500
Handle interactive & login shells, SHLVL checks, and better message.
commit 6334047ebd
Author: Mike Meyer <mwm@mired.org>
Date: Tue Aug 4 08:53:10 2015 -0500
Add a description to suspend
commit 080458b31c
Author: Mike Meyer <mwm@mired.org>
Date: Tue Aug 4 07:05:17 2015 -0500
Add a shell suspend function
2015-08-30 18:42:35 +02:00