Kovid Goyal
|
ca9143bebc
|
Allow reloading conf in all kitty instances as well
|
2021-08-08 09:33:36 +05:30 |
|
Kovid Goyal
|
be34af4555
|
Remove inline from .c files
It is ignored by compilers and hides unused static functions
|
2021-08-03 09:11:17 +05:30 |
|
Kovid Goyal
|
1409477ed7
|
Merge branch 'double-free' of https://github.com/Luflosi/kitty into master
|
2020-10-15 19:11:31 +05:30 |
|
Luflosi
|
d8e4294432
|
Fix double free and memory leak
Found with the Clang Static Analyzer.
This is a copy & paste error. This bug was introduced in 72e2307c16 in Jul 2018.
|
2020-10-15 15:29:44 +02:00 |
|
Luflosi
|
6cc720a350
|
Fix typos
Inspired by 4d3ee554b3.
Found using `codespell`.
|
2019-08-26 12:31:15 +02:00 |
|
Kovid Goyal
|
72e2307c16
|
Code to get the env vars of a process
|
2018-07-24 11:27:10 +05:30 |
|
Kovid Goyal
|
0dd3334811
|
Implement getting cmdline of process on macOS as well
|
2018-07-24 11:07:53 +05:30 |
|