1 Commits

Author SHA1 Message Date
14199afeb5 bump version
Some checks are pending
Release / Bump Homebrew formula (push) Waiting to run
2025-11-22 12:36:41 -08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
project(ke C) # Specify C language explicitly
set(CMAKE_C_STANDARD 99)
set(KE_VERSION "1.0.8")
set(KE_VERSION "1.0.10")
set(CMAKE_C_FLAGS "-Wall -Wextra -pedantic -Wshadow -Werror -std=c99 -g")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_DEFAULT_SOURCE -D_XOPEN_SOURCE")

2
ke.1
View File

@@ -26,6 +26,8 @@ saving a file can be done with either C-k s or C-k C-s.
Delete from the cursor to the beginning of the line.
.It C-k d
Delete from the cursor to the end of the line.
.It C-k C-d
Delete the entire link.
.It C-k e
Edit a new file. Also C-k C-e.
.It C-k f