Commit Briefs

be1289b148 Omar Polo

bump version number again (tags/0.6.1)


e6c2d4982b Omar Polo

sync changelog



d54c55fbe1 Omar Polo

update capsule and website for v0.6


c9433eebef Omar Polo

bump version (tags/0.6)


d9eb2a5320 Omar Polo

add back missing fs.h



6219c17fe1 Omar Polo

fix prototype



84892515ec Omar Polo

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.


4cb3882fc3 Omar Polo

fmt


f88fbabc2b Omar Polo

adjust some comments text


ed1d237e76 Omar Polo

add comment on why don't landlock the net process


540f6d7e22 Omar Polo

sync changelog


71066d24c1 omar-polo

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.


de04b17882 Omar Polo

[xdg] move pages path under $XDG_DATA_HOME instead of CONFIG_HOME

OK andrea


22dc1cafc5 Omar Polo

sync changelog


f94c7ac140 omar-polo

fix crash at strlcpy on macos


f72450f433 Omar Polo

sync changelog


98cba69edd Omar Polo

handle empty replies (i.e. no header)

thanks mansfield for breaking your server so I notice this error


e3cf64a867 Omar Polo

sort includes


b7d58e0bff Omar Polo

extract keymap-related stuff to its own header



cc9bf8f2ad Omar Polo

import the telescope site


15c3a9b724 Omar Polo

add styling for the downloads lines/pane