File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Maintainer: RaphGL <raphfl.dev@gmail.com>
22pkgname=neosent-git
3- pkgver=v1.0
3+ pkgver=v1.2
44pkgrel=1
55epoch=1
66pkgdesc=" Suckful Sent"
Original file line number Diff line number Diff line change 99#include <stdio.h>
1010#include <stdlib.h>
1111
12- #define NS_VERSION "1.0 "
12+ #define NS_VERSION "1.2 "
1313
1414void 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' :
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments