Jari Matilainen
49698abfee
Merge c9a74d43cd into 43f1727ef9
2026-02-27 07:15:46 -08:00
Ailin Nemui
221d520c37
run meson formatter
2026-01-25 22:07:44 +01:00
ailin-nemui
d5be7d7756
Merge pull request #1578 from ailin-nemui/cygwin
...
make compilation work on cygwin
2026-01-23 20:20:43 +00:00
arza
f293277765
Increase default scrollback_lines
...
It seems common that people miss important messages when being away and want to increase the scrollback.
2025-09-23 00:01:54 +03:00
Ailin Nemui
df8aa42778
make compilation work on cygwin
2025-07-25 16:20:28 +01:00
Ailin Nemui
8eee36d1ea
replace str->str & g_string_free with g_string_free_and_steal
...
solving unused warning in GLib 2.76
2025-07-22 12:03:49 +02:00
Ailin Nemui
9f0b2bc50d
detect third argument type of puts
2025-07-21 18:35:09 +02:00
Christian Carey
f12ed4ff54
Resolve issue #1513 .
2025-05-02 00:02:46 -04:00
Emil Engler
32adf7c1dd
fe-text: remove const for better Darwin support
...
This commit removes the `const` qualifier from certain member fields,
as the Darwin version of several `<term.h>` related functions only
accept a `char *` rather than a `const char *`, thereby resulting in
dozens of compiler warnings.
2025-04-14 18:16:04 +02:00
Ailin Nemui
382bde9ab3
namespace TERM_REC functions (conflict with curses.h)
2025-04-08 09:03:00 +02:00
Ailin Nemui
7bac5eb762
include curses.h when needed
2025-04-08 09:03:00 +02:00
vague666
c9a74d43cd
Include WINDOW_REC with signal and let perl know about it
2024-04-01 11:41:42 +02:00
vague666
30d19ab524
couldn't figure out right window rec to send
2024-03-31 21:04:30 +02:00
vague666
0bc63f1977
emit hidelevel changed signal
2024-03-31 15:27:03 +02:00
Emil Engler
4ceafbeea4
fe-text: include the real tputs(3) from term.h
...
This commit includes the real `tpus(3)` function from the appropriate
`term.h` header file, if found.
This commit is necessary to fix a compiler warning on Darwin.
2023-09-12 17:20:21 +02:00
Ailin Nemui
c554a45738
fix stale special collector use after free
...
reported by ednash and investigated by @dwfreed
2023-03-26 23:37:12 +02:00
Ailin Nemui
1453f46fcf
add timezone to g_date_time_new_from_iso8601 call
2022-12-18 16:34:15 +01:00
ailin-nemui
88cc48651d
Merge pull request #1428 from ailin-nemui/flip-level
...
add (hide)level flip command
2022-11-29 20:05:52 +01:00
Ailin Nemui
261a7ce76e
add (hide)level flip command
2022-11-27 17:14:19 +01:00
Ailin Nemui
7d20ea92ae
fix lastlog -window
2022-11-13 11:35:41 +01:00
Ailin Nemui
093dcd423f
no infinite loops please
2022-09-22 22:25:02 +02:00
Andreas Lundin
a237321b33
re-write SIGTERM handling
...
Exit safely on SIGTERM by emitting "gui exit" from the main loops of
fe-text and fe-none rather than from the signal handler itself.
Based on feedback from Nei and dwfreed.
2022-08-11 20:09:59 +00:00
Ailin Nemui
7fe7de3c2e
get line texts before printing lastlog
2022-07-12 20:50:01 +02:00
Ailin Nemui
453e65bbfe
misc cleanup
2022-06-13 09:41:46 +02:00
Ailin Nemui
b028b8e19d
fix recount of lines after scroll
2022-06-13 09:41:46 +02:00
Ailin Nemui
48edd6f5fa
fix recount of lines after window set
2022-06-13 08:22:18 +02:00
Ailin Nemui
04b914dcb0
fix visible lines expiring from cache
2022-06-13 01:17:19 +02:00
Ailin Nemui
67aa2baf62
fix memory leak when updating single line
2022-06-13 01:17:19 +02:00
Ailin Nemui
ae8ec99d5c
fix scrollback redraw not updating linecount
2022-06-13 01:17:19 +02:00
Ailin Nemui
f2c5e60766
revert branding
2022-06-07 15:47:49 +02:00
Ailin Nemui
a39bc0601c
fix missing len in g_array_copy
2022-05-31 21:09:39 +02:00
Ailin Nemui
7360944900
add new PUBNOTICES level
...
separating private notices and channel notices
2022-04-21 13:38:40 +02:00
Ailin Nemui
8fa2d01a7f
fix scroll_page_count settings with .
2022-03-11 08:56:35 +01:00
Ailin Nemui
883510a3fd
remove deprecated defines
...
- PERL_STATIC_LIBS (was not tested anymore)
- HAVE_GMODULE (always required)
- HAVE_STATIC_IRC
- HAVE_STATIC_PERL
- HAVE_SOCKS (was not working properly)
- USE_GREGEX (we use it)
2022-02-20 17:33:36 +01:00
Ailin Nemui
0682cbed3c
remove TERM_TRUECOLOR define
2022-02-19 22:23:29 +01:00
Ailin Nemui
e692f85f4a
remove install_rpath
...
reported by dwfreed / Unit193
2022-02-19 21:44:10 +01:00
Ailin Nemui
b8736225cf
good-bye and thanks, autotools
2022-02-19 21:44:10 +01:00
Ailin Nemui
82f8ee57c3
autoload the IRC module
2022-02-16 21:49:11 +01:00
ailin-nemui
738931762b
Merge pull request #60 from ailin-nemui/paste
...
Add "paste event" signal
2022-02-11 14:17:49 +01:00
ailin-nemui
27008bf447
Merge pull request #58 from ailin-nemui/erase-cutbuffer
...
Add empty_kill_clears_cutbuffer option
2022-02-06 16:33:20 +01:00
Ailin Nemui
e5d02bd57b
simplify
2022-02-06 14:22:56 +01:00
Ailin Nemui
32ab41625f
simplify code
2022-02-06 09:50:38 +01:00
Ailin Nemui
089cab715f
fix formatting
2022-02-06 02:27:36 +01:00
Ailin Nemui
75e56297fc
fix intentation
2022-02-06 02:25:19 +01:00
Mikael Magnusson
d652055060
Add empty_kill_clears_cutbuffer option
...
Adapted revert of 13524b1f76bb.
2022-02-06 02:24:17 +01:00
vague666
d6b55c6d43
Make redrawing of item actually work
2022-02-06 01:49:24 +01:00
vague666
de626250b5
Added statusbar_items_redraw code
2022-02-06 01:49:24 +01:00
vague666
cdda5ab759
Make actlist separator a setting
2022-02-06 01:49:24 +01:00
Ailin Nemui
f47154d1a9
support multiple scripts
2022-02-06 01:47:55 +01:00
Ailin Nemui
d4ed3460fc
fix some stupidness
2022-02-06 00:41:13 +01:00