Commits
- Commit:
c9433eebef032d8cb159dcb65eea017cace41745
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version
- Commit:
d9eb2a53208907a916d8c567f878829702b3eb39
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add back missing fs.h
- Commit:
1e75a6b30d685c55c146ab9d3ab73604e1723d6c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix pagebundler compilation for out-of-tree builds
- Commit:
6219c17fe1ea063932a21f61ca5a1a1abb80017d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix prototype
- Commit:
8bfe7529c025a55ccb71254422680746d041c242
- From:
- Omar Polo <op@omarpolo.com>
- Date:
mention that we're expecting an UTF-8 environment.
- Commit:
84892515ec94204f7208e7492a31439f8c0f82e3
- From:
- Omar Polo <op@omarpolo.com>
- Date:
use download_cols to wrap the text in the download buffer
download_lines is a very small value, for a normally sized terminal is
exactly 5. This was the cause behind the download pane glitch, 5 was
used as *column number* for the reflow.
Now, to be honest, the exact width passed to wrap_page is not
important. wrap_page will only wrap the size string, which we know is
less than or equal to FMT_SCALED_STRSIZE-1 (6). We could also
hardcode the value eventually, but using download_cols reads better.
- Commit:
4cb3882fc37e82ef668967ce6c12f1d24f558e79
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fmt
- Commit:
f88fbabc2b1988a4c36c637b77c842b8f80c9ddb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
adjust some comments text
- Commit:
ed1d237e76633efa58d3dbcb22be64d2a720fa7e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add comment on why don't landlock the net process
- Commit:
540f6d7e2253ed6ae60c0eea3f613ee78d89509f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync changelog
- Commit:
71066d24c1aed0542635f29f5c1e82e092edd4a9
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- omar-polo <op@omarpolo.com>
- Date:
provide HOSTCC and HOSTCFLAGS variables to simplify cross-compilation
pagebundler is a helper that needs to be built with the *host* compiler
because it's used to generate some sources. In normal situations,
HOSTCC and HOSTCFLAGS are just ${CC} and ${CFLAGS}, but folks that
cross-compile can specify there the host compiler and flags to
successfully build telescope.
The idea is largely based on what gforth does: it re-uses ${CFLAGS} for
the host compiler though, while I'm adding an extra variable for that.
- Commit:
de04b1788232dab669d2026c101a686199a97c7c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
[xdg] move pages path under $XDG_DATA_HOME instead of CONFIG_HOME
OK andrea
- Commit:
22dc1cafc5e7e254b7b78d68e95d0958438ec523
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync changelog
- Commit:
f94c7ac140e31e23c874eda4c9d269b37b43a47b
- From:
- Nikolay Korotkiy <sikmir@gmail.com>
- Via:
- omar-polo <op@omarpolo.com>
- Date:
fix crash at strlcpy on macos
- Commit:
f72450f43383c5634b24b3f3b1316afa56217ed5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync changelog
- Commit:
98cba69edd2a59f4adc1f73880f12bb882b30fa7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
handle empty replies (i.e. no header)
thanks mansfield for breaking your server so I notice this error
- Commit:
e3cf64a867178ca2f7275710bd431ea3892f842c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sort includes
- Commit:
b7d58e0bff4eab3865592066a660901f10368f9a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
extract keymap-related stuff to its own header
- Commit:
57668c86437fcb90f5f22d11227c117189edb641
- From:
- Omar Polo <op@omarpolo.com>
- Date:
extract the key matching logic to its own function
- Commit:
cc9bf8f2ade16cc562056941de3e547886c6a928
- From:
- Omar Polo <op@omarpolo.com>
- Date:
import the telescope site
- Commit:
15c3a9b724163bfc951b7e85e94a55fcbf0eff9b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add styling for the downloads lines/pane
- Commit:
c7bbb71b416ac5cd71505ffe6a3b668721ca2cae
- From:
- Omar Polo <op@omarpolo.com>
- Date:
LINE_DOWNLOAD_INFO doesn't have an alt to render
- Commit:
a7ce8d616da4820bd52b3ce561b4e5d875b99e17
- From:
- Omar Polo <op@omarpolo.com>
- Date:
change the goal for download lines
- Commit:
aa52c8a2b559c327d848d82d4de41208aeac2554
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync changelog
- Commit:
399bd9a01030365b744d4ccc4f8ba0b7f8dad2d1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
document the download lines for styling