summaryrefslogtreecommitdiffstats
path: root/webext-surf.c
diff options
context:
space:
mode:
authorGravatar Quentin Rameau 2015-11-18 16:53:37 +0100
committerGravatar Quentin Rameau 2015-11-20 00:34:19 +0100
commitad538bb00a38c5df7d7140414756724c1045307d (patch)
treed9af8f50fa23211da78d8fac53576c55506b42c2 /webext-surf.c
parentAdd showview() (diff)
Add newview() and forward related views
View creation is now done in a separate function. That helps identifying the workflow and let us easily carry related view (client) when asked by the WebKit for a new one.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
llow=1'>updated gitignoreGravatar BanceDev 2-1/+2 2024-09-09fixed wrapping bug due to not using updated prompt_lengthGravatar BanceDev 1-3/+6 2024-09-09added stripping of escape sequences from prompt size to allow for coloringGravatar BanceDev 1-5/+26 2024-09-09added support for init.lua for configuring shellGravatar BanceDev 8-38/+180 2024-09-09docs: update pathGravatar Christopher Lane 1-1/+1 2024-09-08added getenv and putenv to Lua APIGravatar BanceDev 2-5/+33 2024-09-08added lua api functions for indexing historyGravatar BanceDev 2-0/+35 2024-09-08added support for cli args for lua scriptsGravatar BanceDev 4-3/+28 2024-09-07added --version flagGravatar BanceDev 1-1/+9 2024-09-07fixed error in install.sh instructionsGravatar BanceDev 1-1/+1 2024-09-07fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 1-1/+11 2024-09-06added API guide to readmeGravatar BanceDev 1-1/+5 2024-09-06Update README.mdGravatar Lance Borden 1-1/+1 2024-09-06better readmeGravatar BanceDev 2-2/+14