Skip to content

Commit ac1f913

Browse files
committed
bumped version
1 parent f58e34a commit ac1f913

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: RaphGL <raphfl.dev@gmail.com>
22
pkgname=neosent-git
3-
pkgver=v1.0
3+
pkgver=v1.2
44
pkgrel=1
55
epoch=1
66
pkgdesc="Suckful Sent"

src/main.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <stdio.h>
1010
#include <stdlib.h>
1111

12-
#define NS_VERSION "1.0"
12+
#define NS_VERSION "1.2"
1313

1414
void ns_show_help_message(void) {
1515
puts("Simple plaintext presentation tool"
@@ -153,10 +153,6 @@ int main(int argc, char *argv[]) {
153153
ns_renderer_invert_colors(&renderer);
154154
break;
155155

156-
// TODO show keymaps
157-
case SDLK_F1:
158-
break;
159-
160156
// toggle fullscreen
161157
case SDLK_F11:
162158
case 'f':

src/render.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <SDL2/SDL.h>
66
#include <SDL2/SDL_image.h>
77
#include <SDL2/SDL_ttf.h>
8-
#include <SDL2/SDL_video.h>
98
#include <stdint.h>
109
#include <stdio.h>
1110
#include <string.h>

0 commit comments

Comments
 (0)